翻訳と辞書 |
Indexer (programming) : ウィキペディア英語版 | Indexer (programming)
In object-oriented programming, an indexer allows instances of a particular class or struct to be indexed just like arrays. == Implementation == Indexers are implemented through the get and set accessors for the . They are similar to properties, but differ by not being static, and the fact that indexers' accessors take parameters. The get and set accessors are called as methods using the parameter list of the indexer declaration, but the set accessor still has the implicit parameter.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Indexer (programming)」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|